projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdf84b
)
(internal_self_insert): Use make_string_from_bytes.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 18:00:19 +0000
(18:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 21 Mar 1998 18:00:19 +0000
(18:00 +0000)
src/cmds.c
patch
|
blob
|
history
diff --git
a/src/cmds.c
b/src/cmds.c
index 72cc26cb3aece59cadbbf65d33e64dc58d39e341..917c3d2c8f7b8b11a68de2dbb8799c449332cf1e 100644
(file)
--- a/
src/cmds.c
+++ b/
src/cmds.c
@@
-447,7
+447,7
@@
internal_self_insert (c, noautofill)
if (chars_to_delete)
{
- string = make_
multibyte_string
(str, 1, len);
+ string = make_
string_from_bytes
(str, 1, len);
if (spaces_to_insert)
{
tem = Fmake_string (make_number (spaces_to_insert),